home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / nShell-Pro.sit / nShell-Pro / bin / dec.rsrc / TEXT_16000_man general.txt < prev    next >
Text File  |  1994-11-27  |  309b  |  20 lines

  1.  
  2. NAME
  3.  
  4. dec - Decrement a variable
  5.  
  6. SYNOPSIS
  7.  
  8. dec variable [offset]
  9.  
  10. DESCRIPTION
  11.  
  12. This command will subtract an offset from a numeric variable:
  13.  
  14. variable = variable - offset
  15.  
  16. RETURN CODES
  17.  
  18. <0    Error
  19. 0    The result of the decrement is greater than zero.
  20. 1    The result of the decrement is less than or equal to zero.